Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@vaadin/vaadin-progress-bar
Advanced tools
Live Demo ↗ | API documentation ↗
<vaadin-progress-bar> is a progress bar Web Component, part of the Vaadin components.
<vaadin-progress-bar></vaadin-progress-bar>
<vaadin-progress-bar value="0.3"></vaadin-progress-bar>
<vaadin-progress-bar indeterminate></vaadin-progress-bar>
Install vaadin-progress-bar
:
npm i @vaadin/vaadin-progress-bar --save
Once installed, import it in your application:
import '@vaadin/vaadin-progress-bar/vaadin-progress-bar.js';
Vaadin components use the Lumo theme by default.
To use the Material theme, import the correspondent file from the theme/material
folder.
The component with the Lumo theme:
theme/lumo/vaadin-progress-bar.js
The component with the Material theme:
theme/material/vaadin-progress-bar.js
Alias for theme/lumo/vaadin-progress-bar.js
:
vaadin-progress-bar.js
Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
Apache License 2.0
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
FAQs
vaadin-progress-bar
We found that @vaadin/vaadin-progress-bar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.